home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Science / Biology / WayeCas Folder / cassette-stack 2 / background_2689.txt < prev    next >
Text File  |  1989-08-14  |  3KB  |  155 lines

  1. -- background: 2689 from stack: in
  2. -- bmap block id: 3092
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: waye address
  6.  
  7.  
  8. -- part 103 (button)
  9. -- low flags: 00
  10. -- high flags: 8000
  11. -- rect: left=302 top=292 right=342 bottom=409
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 27056 / 27056
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: go to stack 1
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   get word 3 of field 3
  23.   go to card id it of stack "cassette-stack 1"
  24.   -- && put your own stack name in place of cassette-stack 1
  25.  
  26.  
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 104 (field)
  32. -- low flags: 00
  33. -- high flags: 0002
  34. -- rect: left=370 top=239 right=271 bottom=506
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 0
  38. -- font id: 3
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: sequence
  43.  
  44.  
  45. -- part 114 (button)
  46. -- low flags: 00
  47. -- high flags: 0000
  48. -- rect: left=155 top=309 right=337 bottom=192
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 1014 / 1014
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: Prev
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   go to previous card
  60. end mouseUp
  61.  
  62.  
  63. -- part 115 (button)
  64. -- low flags: 00
  65. -- high flags: 0000
  66. -- rect: left=203 top=310 right=338 bottom=239
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 1013 / 1013
  69. -- text alignment: 1
  70. -- font id: 0
  71. -- text size: 12
  72. -- style flags: 0
  73. -- line height: 16
  74. -- part name: Next
  75. ----- HyperTalk script -----
  76. on mouseUp
  77.   go to next card
  78. end mouseUp
  79.  
  80.  
  81. -- part 118 (field)
  82. -- low flags: 00
  83. -- high flags: 0002
  84. -- rect: left=369 top=192 right=224 bottom=505
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 0 / 0
  87. -- text alignment: 0
  88. -- font id: 3
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: number
  93.  
  94.  
  95. -- part 119 (field)
  96. -- low flags: 00
  97. -- high flags: 0002
  98. -- rect: left=370 top=145 right=176 bottom=506
  99. -- title width / last selected line: 0
  100. -- icon id / first selected line: 0 / 0
  101. -- text alignment: 0
  102. -- font id: 3
  103. -- text size: 12
  104. -- style flags: 0
  105. -- line height: 16
  106. -- part name: card id
  107.  
  108.  
  109. -- part 123 (field)
  110. -- low flags: 00
  111. -- high flags: 0002
  112. -- rect: left=369 top=99 right=130 bottom=505
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 0 / 0
  115. -- text alignment: 0
  116. -- font id: 3
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: counter
  121.  
  122.  
  123. -- part 124 (field)
  124. -- low flags: 00
  125. -- high flags: 0002
  126. -- rect: left=369 top=53 right=84 bottom=505
  127. -- title width / last selected line: 0
  128. -- icon id / first selected line: 0 / 0
  129. -- text alignment: 0
  130. -- font id: 3
  131. -- text size: 12
  132. -- style flags: 0
  133. -- line height: 16
  134. -- part name: date
  135.  
  136.  
  137. -- part 125 (button)
  138. -- low flags: 00
  139. -- high flags: 8000
  140. -- rect: left=17 top=294 right=338 bottom=120
  141. -- title width / last selected line: 0
  142. -- icon id / first selected line: 21209 / 21209
  143. -- text alignment: 1
  144. -- font id: 0
  145. -- text size: 12
  146. -- style flags: 0
  147. -- line height: 16
  148. -- part name: date
  149. ----- HyperTalk script -----
  150. on mouseUp
  151.   put the date into bkgnd field "date"
  152.  
  153. end mouseUp
  154.  
  155.